home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / AIAT / Examples / Sources / PowerPlantStorage / PowerPlantMutex.h < prev    next >
Encoding:
Text File  |  1998-04-16  |  266 b   |  12 lines  |  [TEXT/CWIE]

  1. // PowerPlantMutex.h
  2. //    Copyright:    © 1994 - 1998 by Apple Computer, Inc., all rights reserved.
  3.  
  4.  
  5. #pragma once
  6. #include "IAMutex.h"
  7.  
  8. IAMutex*    NewPowerPlantMutex();
  9.  
  10. // to use PowerPlant Mutexes in your IA code, do the following:
  11. //        IANewMutex = &NewPowerPlantMutex;
  12.